HTTP/2 rate limiting
authorBryan Call <bcall@apache.org>
Thu, 16 Apr 2020 19:36:40 +0000 (20:36 +0100)
committerJean Baptiste Favre <debian@jbfavre.org>
Thu, 16 Apr 2020 19:36:40 +0000 (20:36 +0100)
commit3a41001422a2b866f66cef6663829d8914d3191d
tree9307b0975d08527df877a7929dac7a82248a41db
parent26dc86a39bee5bf6aef79645a353d9973cfd22a3
HTTP/2 rate limiting

Origin: backport, https://github.com/apache/trafficserver/pull/5822
Reviewed-by: Jean Baptiste Favre <debian@jbfavre.org>
Last-Update: 2019-08-26

 Fix for CVE-2019-9512, CVE-2019-9514, CVE-2019-9515, CVE-2019-10079
Last-Update: 2019-08-26
Gbp-Pq: Name 0015-8.0.4-CVE-backport.patch
14 files changed:
doc/admin-guide/files/records.config.en.rst
iocore/eventsystem/I_VIO.h
iocore/eventsystem/P_VIO.h
iocore/net/SSLNetVConnection.cc
iocore/net/UnixNetVConnection.cc
mgmt/RecordsConfig.cc
proxy/http2/HTTP2.cc
proxy/http2/HTTP2.h
proxy/http2/Http2ClientSession.cc
proxy/http2/Http2ClientSession.h
proxy/http2/Http2ConnectionState.cc
proxy/http2/Http2ConnectionState.h
proxy/http2/Http2Stream.cc
proxy/http2/Http2Stream.h